From 7caa87fe891980329d5a8d86b5d71d8f7caf9bfd Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 11 Mar 1993 07:07:43 +0000 Subject: [PATCH] * sun-mouse.el (suspend-emacstool): Run suspend-hooks, not suspend-hook. --- lisp/term/sun-mouse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index 0ac9e46f4ea..bca3339c264 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el @@ -665,7 +665,7 @@ If running under as a detached process emacstool, you don't want to suspend (there is no way to resume), just close the window, and wait for reopening." (interactive) - (run-hooks 'suspend-hook) + (run-hooks 'suspend-hooks) (if stuffstring (send-string-to-terminal stuffstring)) (send-string-to-terminal "\033[2t") ; To close EmacsTool window. (run-hooks 'suspend-resume-hook)) -- 2.30.2